html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address,
big, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, canvas, embed, figcaption, hgroup,
output, ruby, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html, body {
    width: 100%;
    height: 100%
}

ol, ul {
    list-style: none
}

a:hover, a:active {
    outline: none
}

blockquote, q {
    quotes: none;
    margin: 1em 40px
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

audio[controls], canvas, video {
    display: inline-block
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

legend {
    border: 0
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button, input {
    line-height: normal
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

img {
    height: auto;
    max-width: 100%;
    width: auto\9
}

* {
    box-sizing: border-box
}

*:before, *:after {
    box-sizing: border-box
}

body {
    background: #F7F7F7;
    font: 13px/1.3 Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
    color: #dadada;
}

[class$="disabled"] {
    pointer-events: none;
    background-color: #e4e4e4!important;
    cursor: default
}

[class$="disabled"]:before {
    background-color: #e4e4e4!important
}

[class$="hidden"] {
    display: none
}

[class$="hidden"] .i--arrow--down {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

h1 {
    font-size: 20px;
    font-weight: 400
}

h3 {
    font-size: 16px;
    font-weight: 400
}

/* --- end css reset --- */


/* ===================================================================================================== */
/* --- form styles --- */
/* ===================================================================================================== */

.grecaptcha-badge{
    visibility: collapse !important;
}
.feedback-main {
    height: 100%;
    min-height: 540px;
    width: 100%;
    background: #202020;
    color: #dadada;
}

.feedback__container {
    /* width: 90%; */
    max-width: 900px;
    margin: auto;
    position: relative;
    overflow: hidden;
    padding: 20px 5%;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.feedback__container * {
    box-sizing: border-box;
}

.feedback__container a {
    color: #dadada;
    text-decoration: underline;
}

.feedback__container.fade-out {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: 0;
}

@media only screen and (max-width: 641px) {
    .feedback__container {
        width: 100%;
    }
}

.feedback__container .feedback-heading {
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
}

.feedback__container .feedback-section__title {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: normal;
}

#report-form {
    margin-bottom: 30px;
}


/* --- subject select styles --- */

.feedback__container .theme-choose {
    margin-bottom: 13px;
    font-size: 14px;
    width: 260px;
    position: relative;
    z-index: 1;
}

.feedback__container .theme-choose .current-theme {
    padding: 12px;
    background-color: #000000;
    color: #707070;
    font-weight: 100;
    border: 1px solid #303030;
    cursor: pointer;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
}

.feedback__container .theme-choose .current-theme.no-borders {
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
}

.feedback__container .themes-container {
    max-height: 0px;
    width: 100%;
    overflow: hidden;
    background: #000;
    border-left: 1px solid #303030;
    border-right: 1px solid #303030;
    border-radius: 0 0 5px 5px;
    transition: all .3s ease-in-out;
    position: absolute;
}

.feedback__container .themes-container.opened {
    max-height: 200px;
    border-bottom: 1px solid #303030;
}

.theme-choose .themes-container div {
    text-overflow: ellipsis;
    display: block;
    padding: 8px 10px;
    cursor: pointer;
    overflow: hidden;
    color: #dadada;
    line-height: 20px;
    background-color: #000000;
}

.feedback__container .theme-choose .themes-container div:hover {
    background-color: #101010;
}
/* arrow styles */
.feedback__container .arrow {
    position: absolute;
    top: 19px;
    right: 40px;
}
.feedback__container .arrow::before, .feedback__container .arrow::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 7px;
    background: #eee;
    left: 15px;
    transition: all .2s ease-in-out;
}
.feedback__container .arrow::before {
    transform: rotate(46deg);
}
.feedback__container .arrow.up::before {
    margin-left: 4px
}
.feedback__container .arrow::after {
    transform: rotate(-46deg);
    margin-left: 4px;
}
.feedback__container .arrow.up::after {
    margin-left: 0;
}


/* --- textarea and email inputs styles --- */

.feedback__container input[type=email], .feedback__container textarea {
    border: 1px solid #303030;
    display: block;
    outline: none;
    background-color: #000;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
    font-family: inherit;
    font-size: 16px;
    color: #dadada;
}

.feedback__container input[type=email] {
    padding: 12px 10px;
    display: block;
    width: 260px;
}


/* --- textarea styles --- */

.feedback-main .formgroup {		
    position: relative;		
}

.feedback__container textarea {
    resize: none;
    padding: 10px 55px 0 10px;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    margin-bottom: 0;
}

.feedback-main .symbols-left {		
    position: absolute;		
    top: 12px;		
    right: 23px;		
    color: #707070;		
}

/* --- end of textarea styles --- */

.feedback__container ::-webkit-input-placeholder {
    color: #707070;
    font-size: 14px;
}

.feedback__container :-ms-input-placeholder {
    color: #707070;
    font-size: 14px;
}

.feedback__container ::-ms-input-placeholder {
    color: #707070;
    font-size: 14px;
}

.feedback__container ::placeholder {
    color: #707070;
    font-size: 14px;
}


/* --- upload file input style --- */

.feedback-main .upload-file__container {
    text-align: left;
    padding: 13px 0 8px 8px;
    border: none;
    display: block;
    outline: none;
    background: #000;
    width: 100%;
    margin-bottom: 13px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #303030;
    border-top: none;
}

.feedback-main .upload-file__button {
    text-decoration: underline;
    color: #eee;
    position: relative;
    display: inline-block
}

.feedback-main .upload-file__container svg {
    position: relative;
    bottom: -4px;
}

.feedback-main .upload-file__container input[type=file] {
    width: 180px;
    display: inline;
}

.feedback-main .upload-file__container .feedback-hint {
    color: #707070;
    margin-left: 10px;
}

.feedback-main .upload-file__button.hoverable:hover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #b71c1c;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 648px) {		
    .section__panel .feedback-main span.feedback-hint {		
        display: block;		
        margin-top: 3px;		
    }		
}

.feedback__container .red-text {
    color: #B71C1C;
    text-align: left;
    font-size: 15px;
    margin: 0 0 3px 5px;
    display: none
}
.feedback__container button {
    outline: none;
    border: none;
    background-color: #AD1625;
    color: #eee;
    border-radius: 5px;
    width: 140px;
    height: 42px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    font-weight: 300;
    font-size: 18px;
}
.feedback__container button:hover {
    background-color: rgb(112, 27, 27);
}
.feedback__container .has-error {
    border: 1px solid #AD1625 !important;
}


/* modal window styles */
.feedback-success {
    left: 25%;
    width: 50%;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 40px;
    padding-top: 100px;
    font-size: 17px;
    -webkit-transition: all .15s ease-in-out .3s;
    transition: all .15s ease-in-out .3s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: -1;
    opacity: 0;
}
.feedback-success.fade-in {
    z-index: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.feedback-success h3 {
    font-size: 25px;
    margin-bottom: 10px;
    display: block;
}
.feedback-success div {
    color: #777777;
    font-size: 20px;
}
/* close button styles */
.close-container {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 21px;
    height: 21px;
    cursor: pointer;
}
.close-container::before, .close-container::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 20px;
    background-color: #a3a3a3;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: 10px;
    right: 2px;
}
.close-container::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-container:hover::after, .close-container:hover::before {
    background-color: #eee;
}

.feedback-main #captcha {
    margin-bottom: 13px;
}